home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-08-09 | 476 b | 19 lines | [TEXT/RLAB] |
- dlopen:
-
- Synopsis: Open a shared object.
-
- Syntax: dlopen ( FILENAME , FUNCTION_NAME )
-
- Description:
-
- dlopen opens a shared object, FILENAME, and creates a builtin
- function that points to FUNCTION_NAME. dlopen returns the
- newly created builtin function.
-
- For information on how to write and compile functions that can
- be linked with dlopen, consult the RLaB Programmer's Guide and
- Reference Manual.
-
- dlopen only exists for those platforms that support dynamic
- linking.
-